home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / rhythmbox / plugins / rblirc / rhythmbox_lirc_default < prev   
Encoding:
Text File  |  2009-04-07  |  1.4 KB  |  117 lines

  1. # edit the "button =" part for each entry according to your remote, and stick
  2. # this stuff in ~/.lircrc
  3.  
  4. begin
  5.     prog = Rhythmbox
  6.     remote = *
  7.     button = KEY_PLAY
  8.     repeat = 1
  9.     config = play
  10. end
  11.  
  12. begin
  13.     prog = Rhythmbox
  14.     remote = *
  15.     button = KEY_PAUSE
  16.     repeat = 0
  17.     config = pause
  18. end
  19.  
  20. begin
  21.     prog = Rhythmbox
  22.     remote = *
  23.     button = KEY_PLAYPAUSE
  24.     repeat = 1
  25.     config = playpause
  26. end
  27.  
  28. begin
  29.     prog = Rhythmbox
  30.     remote = *
  31.     button = KEY_STOP
  32.     repeat = 1
  33.     config = stop
  34. end
  35.  
  36. #FIXME
  37. #begin
  38. #    prog = Rhythmbox
  39. #    remote = *
  40. #    button = 
  41. #    repeat = 1
  42. #    config = shuffle
  43. #end
  44.  
  45. #FIXME
  46. #begin
  47. #    prog = Rhythmbox
  48. #    remote = *
  49. #    button = 
  50. #    repeat = 1
  51. #    config = repeat
  52. #end
  53.  
  54. begin
  55.     prog = Rhythmbox
  56.     remote = *
  57.     button = KEY_NEXT
  58.     repeat = 1
  59.     config = next
  60. end
  61.  
  62. begin
  63.     prog = Rhythmbox
  64.     remote = *
  65.     button = KEY_PREVIOUS
  66.     repeat = 1
  67.     config = previous
  68. end
  69.  
  70. begin
  71.     prog = Rhythmbox
  72.     remote = *
  73.     button = KEY_FASTFORWARD
  74.     repeat = 1
  75.     config = seek_forward
  76. end
  77.  
  78. begin
  79.     prog = Rhythmbox
  80.     remote = *
  81.     button = KEY_REWIND
  82.     repeat = 1
  83.     config = seek_backward
  84. end
  85.  
  86. begin
  87.     prog = Rhythmbox
  88.     remote = *
  89.     button = KEY_VOLUMEUP
  90.     repeat = 1
  91.     config = volume_up
  92. end
  93.  
  94. begin
  95.     prog = Rhythmbox
  96.     remote = *
  97.     button = KEY_VOLUMEDOWN
  98.     repeat = 1
  99.     config = volume_down
  100. end
  101.  
  102. begin
  103.     prog = Rhythmbox
  104.     remote = *
  105.     button = KEY_MUTE
  106.     repeat = 1
  107.     config = mute
  108. end
  109.  
  110. begin
  111.     prog = Rhythmbox
  112.     remote = *
  113.     button = KEY_EXIT
  114.     repeat = 1
  115.     config = quit
  116. end
  117.